home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 104 / applic / lazylblr.doc < prev    next >
Text File  |  1987-02-20  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Documentation -- The Lazy Labeler v1.0
  8.  
  9.  
  10.     Raison d'etre
  11.  
  12.          This program was written in GFA Basic for two reasons: 1) To fulfill
  13.          a personal requirement of a program which would automate the printing
  14.          of disk directories on 3 1/2 disk labels, and 2) To explore the
  15.          capabilities of GFA Basic.  The program was written to print the
  16.          top level directory of the disk to the screen/printer.
  17.  
  18.     Use of the program
  19.  
  20.          Use of the program is, hopefully, self-explanatory.  The menu bar
  21.          shows the selections available within the program.  Explanation of
  22.          the options available under each selection is as follows:
  23.  
  24.          DESK
  25.            About Lazy Labeler -- Alert box shows the name of the program,
  26.                                  language it's written in, programmer's name,
  27.                                  and version number.
  28.  
  29.          CONFIGURE
  30.             Drive select -- Select which drive the disk(s) to be read will be
  31.                             located, A: or B:. The program defaults to drive
  32.                             A:.
  33.             Label length -- Select the length of the disk label to be printed.
  34.                             The system assumes a label width of 2 3/4 inches,
  35.                             allowing for 3 filenames per line on the printer
  36.                             label.  The 1 " and 2 " labels have top margins of
  37.                             3 lines; the 3 " label has a top margin of 10
  38.                             lines to allow for the part of the label which
  39.                             folds over. The program defaults to the 3 "
  40.                             label length.
  41.  
  42.             Volume label -- Select whether to print/show the volume label of
  43.                             the disk. Disks without labels are printed/shown
  44.                             " not labeled". The program initially defaults to
  45.                             no volume label printed/shown.
  46.  
  47.             Bytes free   -- Select whether to print/show the number of bytes
  48.                             free on the disk. The program initially defaults
  49.                             to not printed/shown.
  50.  
  51.          OUTPUT
  52.  
  53.             Screen       -- Select disk directory print to the screen.
  54.                             The directory is formatted five filenames per
  55.                             line.
  56.  
  57.             Printer      -- Select disk directory print to the printer.
  58.                             The directory is formatted three filenames per
  59.                             line.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.          MODE
  73.  
  74.             One label    -- Read and print one label.
  75.  
  76.             Loop         -- Requests insertion of disk into selected drive,
  77.                             reads the directory and shows/prints it, and then
  78.                             repeats the insertion request for a new disk.
  79.                             Hitting <RETURN> or selecting YES continues the
  80.                             looping. Selecting NO stops the looping.
  81.  
  82.          STARTSTOP
  83.  
  84.             Go!          -- Execute the program.
  85.  
  86.             Quit         -- Exit the program.
  87.  
  88.     NOTES:
  89.  
  90.          Attempting to run the program without making any selections brings up
  91.          an alert box informing the user that a selection needs to be made
  92.          from the OUTPUT menu and the MODE menu each.
  93.  
  94.          Select both the Screen and Printer options if you want to display the
  95.          directory on the screen and print it out on the printer.
  96.  
  97.          The Volume Label and Bytes free options can both be selected to be
  98.          displayed/printed.
  99.  
  100.          The 3 " label length option allows a maximum of 60 filenames to be
  101.          printed on the label.  The maximum number of filenames, and
  102.          subdirectory names allowed in the directory is 112.
  103.  
  104.  
  105. Feel free to make any modifications/improvements to the program.  This program
  106. was and is an education tool.  It fulfills my requirement as it stands now,
  107. but you may have different needs.
  108.  
  109.  
  110. Richard Antley
  111. 01/21/87
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.